imperative programming - définition. Qu'est-ce que imperative programming
Diclib.com
Dictionnaire ChatGPT
Entrez un mot ou une phrase dans n'importe quelle langue 👆
Langue:

Traduction et analyse de mots par intelligence artificielle ChatGPT

Sur cette page, vous pouvez obtenir une analyse détaillée d'un mot ou d'une phrase, réalisée à l'aide de la meilleure technologie d'intelligence artificielle à ce jour:

  • comment le mot est utilisé
  • fréquence d'utilisation
  • il est utilisé plus souvent dans le discours oral ou écrit
  • options de traduction de mots
  • exemples d'utilisation (plusieurs phrases avec traduction)
  • étymologie

Qu'est-ce (qui) est imperative programming - définition


Imperative programming         
  • Computer memory map
TYPE OF PROGRAMMING PARADIGM IN COMPUTER SCIENCE
Imperative languages; Imperative programming language; Imperative (programming); Imperative language; Imperative program; Imperative paradigm
In computer science, imperative programming is a programming paradigm of software that uses statements that change a program's state. In much the same way that the imperative mood in natural languages expresses commands, an imperative program consists of commands for the computer to perform.
imperative programming         
  • Computer memory map
TYPE OF PROGRAMMING PARADIGM IN COMPUTER SCIENCE
Imperative languages; Imperative programming language; Imperative (programming); Imperative language; Imperative program; Imperative paradigm
imperative language         
  • Computer memory map
TYPE OF PROGRAMMING PARADIGM IN COMPUTER SCIENCE
Imperative languages; Imperative programming language; Imperative (programming); Imperative language; Imperative program; Imperative paradigm
<language> Any programming language that specifies explicit manipulation of the state of the computer system, not to be confused with a procedural language, which specifies an explicit sequence of steps to perform. An example of an imperative (but non-procedural) language is a data manipulation language for a {relational database management system}. This specifies changes to the database but does not necessarily require anyone to specify a sequence of steps. Both contrast with declarative languages, which specify neither explicit state manipulation nor a sequence of steps. (2007-10-02)